G
Gabe
How would I put this formula in VBA?
=IF(D2>3101,"3", IF(D2>2451,"2", IF(D2>0,"1", "N/A")))
So that the data would come out like this:
D E
3102 3
2452 2
1000 1
There's numbers in Column D but blank cells in Column E (where the value
would go), how will it know when to stop if there are no numbers in column D?
Any help would very much appricaited.
Thanks,
~Gabe
=IF(D2>3101,"3", IF(D2>2451,"2", IF(D2>0,"1", "N/A")))
So that the data would come out like this:
D E
3102 3
2452 2
1000 1
There's numbers in Column D but blank cells in Column E (where the value
would go), how will it know when to stop if there are no numbers in column D?
Any help would very much appricaited.
Thanks,
~Gabe